Draws a polygon specified by a poins list.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
void DrawPolygon ( |
Visual Basic
Copy Code
|
|---|
Sub DrawPolygon( _ |
A Pen object that determines the color, width, and style of the polygon.
A list of points that represents the polygon to draw.
See Also